home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Osplineprimitive.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  331b  |  13 lines

  1. #ifndef _Osplineprimitive_H_
  2. #define _Osplineprimitive_H_
  3.  
  4. enum
  5. {
  6.     PRIM_PLANE                                                                = 2300,    // LONG    - Direction [0:XY; 1:ZY; 2:XZ]
  7.         PRIM_PLANE_XY                                                        = 0,
  8.         PRIM_PLANE_ZY                                                        = 1,
  9.         PRIM_PLANE_XZ                                                        = 2,
  10.     PRIM_REVERSE                                                            = 2301  // BOOL - Reverse Spline Order
  11. };
  12.  
  13. #endif